home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / gamesa / frmsplas.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1999-08-04  |  5.2 KB  |  155 lines

  1. VERSION 5.00
  2. Begin VB.Form frmSplash 
  3.    BorderStyle     =   3  'Fixed Dialog
  4.    ClientHeight    =   3330
  5.    ClientLeft      =   1200
  6.    ClientTop       =   1200
  7.    ClientWidth     =   6105
  8.    ControlBox      =   0   'False
  9.    LinkTopic       =   "Form1"
  10.    MaxButton       =   0   'False
  11.    MinButton       =   0   'False
  12.    Moveable        =   0   'False
  13.    ScaleHeight     =   3330
  14.    ScaleWidth      =   6105
  15.    ShowInTaskbar   =   0   'False
  16.    StartUpPosition =   2  'CenterScreen
  17.    Visible         =   0   'False
  18.    Begin VB.Frame fraMainFrame 
  19.       Height          =   3255
  20.       Left            =   120
  21.       TabIndex        =   0
  22.       Top             =   0
  23.       Width           =   5865
  24.       Begin VB.Label Label1 
  25.          Caption         =   "achinth@usa.net"
  26.          BeginProperty Font 
  27.             Name            =   "Arial"
  28.             Size            =   12
  29.             Charset         =   0
  30.             Weight          =   700
  31.             Underline       =   0   'False
  32.             Italic          =   0   'False
  33.             Strikethrough   =   0   'False
  34.          EndProperty
  35.          ForeColor       =   &H00C00000&
  36.          Height          =   330
  37.          Left            =   2790
  38.          TabIndex        =   6
  39.          Tag             =   "Company"
  40.          Top             =   2775
  41.          Width           =   1995
  42.       End
  43.       Begin VB.Image Image1 
  44.          Height          =   1485
  45.          Left            =   225
  46.          Picture         =   "frmSplash.frx":0000
  47.          Top             =   300
  48.          Width           =   1485
  49.       End
  50.       Begin VB.Label lblProductName 
  51.          AutoSize        =   -1  'True
  52.          Caption         =   "Games"
  53.          BeginProperty Font 
  54.             Name            =   "Arial"
  55.             Size            =   32.25
  56.             Charset         =   0
  57.             Weight          =   700
  58.             Underline       =   0   'False
  59.             Italic          =   0   'False
  60.             Strikethrough   =   0   'False
  61.          EndProperty
  62.          ForeColor       =   &H00FF0000&
  63.          Height          =   615
  64.          Left            =   2640
  65.          TabIndex        =   5
  66.          Tag             =   "Product"
  67.          Top             =   360
  68.          Width           =   2145
  69.       End
  70.       Begin VB.Label lblPlatform 
  71.          Alignment       =   1  'Right Justify
  72.          AutoSize        =   -1  'True
  73.          Caption         =   "Win 95/98"
  74.          BeginProperty Font 
  75.             Name            =   "Arial"
  76.             Size            =   15.75
  77.             Charset         =   0
  78.             Weight          =   700
  79.             Underline       =   0   'False
  80.             Italic          =   0   'False
  81.             Strikethrough   =   0   'False
  82.          EndProperty
  83.          Height          =   375
  84.          Left            =   3000
  85.          TabIndex        =   4
  86.          Tag             =   "Platform"
  87.          Top             =   1320
  88.          Width           =   1485
  89.       End
  90.       Begin VB.Label lblVersion 
  91.          Alignment       =   1  'Right Justify
  92.          AutoSize        =   -1  'True
  93.          Caption         =   "Version 1.0.0"
  94.          BeginProperty Font 
  95.             Name            =   "Arial"
  96.             Size            =   12
  97.             Charset         =   0
  98.             Weight          =   700
  99.             Underline       =   0   'False
  100.             Italic          =   0   'False
  101.             Strikethrough   =   0   'False
  102.          EndProperty
  103.          ForeColor       =   &H00800080&
  104.          Height          =   285
  105.          Left            =   3000
  106.          TabIndex        =   3
  107.          Tag             =   "Version"
  108.          Top             =   1080
  109.          Width           =   1470
  110.       End
  111.       Begin VB.Label lblCompany 
  112.          Caption         =   "Achinth G Anand"
  113.          BeginProperty Font 
  114.             Name            =   "Arial"
  115.             Size            =   12
  116.             Charset         =   0
  117.             Weight          =   700
  118.             Underline       =   0   'False
  119.             Italic          =   0   'False
  120.             Strikethrough   =   0   'False
  121.          EndProperty
  122.          ForeColor       =   &H000000C0&
  123.          Height          =   255
  124.          Left            =   2790
  125.          TabIndex        =   2
  126.          Tag             =   "Company"
  127.          Top             =   2490
  128.          Width           =   2415
  129.       End
  130.       Begin VB.Label lblCopyright 
  131.          Caption         =   "Developed by "
  132.          BeginProperty Font 
  133.             Name            =   "Arial"
  134.             Size            =   12
  135.             Charset         =   0
  136.             Weight          =   400
  137.             Underline       =   0   'False
  138.             Italic          =   0   'False
  139.             Strikethrough   =   0   'False
  140.          EndProperty
  141.          Height          =   255
  142.          Left            =   3045
  143.          TabIndex        =   1
  144.          Tag             =   "Copyright"
  145.          Top             =   2190
  146.          Width           =   1500
  147.       End
  148.    End
  149. Attribute VB_Name = "frmSplash"
  150. Attribute VB_GlobalNameSpace = False
  151. Attribute VB_Creatable = False
  152. Attribute VB_PredeclaredId = True
  153. Attribute VB_Exposed = False
  154. Option Explicit
  155.